'宣言
Public Overloads Shared Function GetString( _
ByVal As System.String, _
ByVal ParamArray () As System.Object _
) As System.String
public static System.string GetString(
System.string ,
params System.object[]
)
パラメータ
- name
- 取得する文字列リソースの名前。
- args
- 文字列を書式設定するとき、string.Format メソッドに提供される引数。
戻り値の型
指定したリソース名とデフォルトカルチャを使用して、リソース文字列。